home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Modeling the Dream
/
Modeling the Dream CD - Walkthroughs and Flybys II (1994)(Waite Group).iso
/
programs
/
botbat.txt
< prev
next >
Wrap
Text File
|
1994-10-14
|
2KB
|
50 lines
cd\mtd
chkdrive
if errorlevel 3 goto nocore
if errorlevel 2 goto noems
if errorlevel 1 goto notmtdcd
:start
if not exist \mtdtemp\nul md\mtdtemp >nul
call dreams.bat mtd.ZZZ
rem Cleanup time!
set c=
set t=
set tem=
set what=
set tune=
set sf=
set spaceflag=
set flcs=
mode co80
cd\
goto end
:notmtdcd
echo Modeling the Dream is not currently your CDROM drive or you
echo have changed your drive assignments since you last ran INSTALL.
echo Returning you to DOS...
:noems
echo This PC does not have 256k of EMS memory available!
echo:
echo Many of the animations and demos in Modeling the Dream CD require you to
echo have expanded memory (EMS) and will not work properly with your current
echo memory configuration. Please see the section "Read This Before Using the
echo CD" in the book to learn how to configure your system with EMS. Do you
what c "wish to continue anyway? (Y/N) " ynYN
if %what%==Y goto start
if %what%==y goto start
goto end
:nocore
echo This PC has less than 540k of free conventional memory!
echo:
echo Certain demos and animations in Modeling the Dream CD may not run
echo satisfactorily with your current conventional memory. We recommend a
echo minimum of 540K conventional memory. If you have DOS 6 or better,
echo try running MEMMAKER, or see your DOS manual. Do you wish to continue
what c "anyway? (Y/N) " ynYN
if %what%==Y goto start
if %what%==y goto start
echo:
echo:
:end